ComponentOne Scheduler for WPF and Silverlight
GetItemProperties(PropertyDescriptor[]) Method

C1.C1Schedule Namespace > C1BindingSource Class : GetItemProperties(PropertyDescriptor[]) Method
An array of System.ComponentModel.PropertyDescriptor objects to find in the collection as bindable. This can be null.
Retrieves an array of PropertyDescriptor objects representing the bindable properties of the data source list type.
Syntax
'Declaration
 
Public Overridable Function GetItemProperties( _
   ByVal listAccessors() As System.ComponentModel.PropertyDescriptor _
) As System.ComponentModel.PropertyDescriptorCollection
public virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties( 
   System.ComponentModel.PropertyDescriptor[] listAccessors
)

Parameters

listAccessors
An array of System.ComponentModel.PropertyDescriptor objects to find in the collection as bindable. This can be null.

Return Value

The System.ComponentModel.PropertyDescriptorCollection that represents the properties on each item used to bind data.
See Also

Reference

C1BindingSource Class
C1BindingSource Members